home *** CD-ROM | disk | FTP | other *** search
/ Windows News 2005 November / WNnov2005.iso / Windows / Utilitaires / Beyond Compare / beycmpfr.exe / {app} / BC2.exe / 0 / RCDATA / TCRITERIAFRAME / TCRITERIAFRAME.txt
Text File  |  2005-06-02  |  4KB  |  182 lines

  1. object CriteriaFrame: TCriteriaFrame
  2.   Left = 0
  3.   Top = 0
  4.   Width = 421
  5.   Height = 203
  6.   Font.Charset = DEFAULT_CHARSET
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'Tahoma'
  10.   Font.Style = []
  11.   ParentFont = False
  12.   TabOrder = 0
  13.   object GroupBox1: TGroupBox
  14.     Left = 8
  15.     Top = 8
  16.     Width = 409
  17.     Height = 193
  18.     Caption = 'Crit'#232'res de comparaison'
  19.     TabOrder = 0
  20.     object Label4: TLabel
  21.       Left = 240
  22.       Top = 104
  23.       Width = 67
  24.       Height = 13
  25.       Caption = 'Attributs de fichier'
  26.       Transparent = True
  27.     end
  28.     object Label5: TLabel
  29.       Left = 84
  30.       Top = 49
  31.       Width = 82
  32.       Height = 13
  33.       Caption = 'seconde(s) de tol'#233'rance'
  34.       Transparent = True
  35.     end
  36.     object CheckArchiveEdit: TBCCheckBox
  37.       Left = 240
  38.       Top = 120
  39.       Width = 56
  40.       Height = 17
  41.       HelpContext = 3130
  42.       Caption = 'Archive'
  43.       TabOrder = 10
  44.       OnClick = EditChange
  45.     end
  46.     object CheckSystemEdit: TBCCheckBox
  47.       Left = 240
  48.       Top = 136
  49.       Width = 55
  50.       Height = 17
  51.       HelpContext = 3131
  52.       Caption = 'Syst'#232'me'
  53.       TabOrder = 11
  54.       OnClick = EditChange
  55.     end
  56.     object CheckHiddenEdit: TBCCheckBox
  57.       Left = 240
  58.       Top = 152
  59.       Width = 53
  60.       Height = 17
  61.       HelpContext = 3132
  62.       Caption = 'Cach'#233
  63.       TabOrder = 12
  64.       OnClick = EditChange
  65.     end
  66.     object CheckReadonlyEdit: TBCCheckBox
  67.       Left = 240
  68.       Top = 168
  69.       Width = 69
  70.       Height = 17
  71.       HelpContext = 3133
  72.       Caption = 'Lecture seule'
  73.       TabOrder = 13
  74.       OnClick = EditChange
  75.     end
  76.     object CheckContentsEdit: TBCCheckBox
  77.       Left = 8
  78.       Top = 104
  79.       Width = 110
  80.       Height = 17
  81.       HelpContext = 3110
  82.       Caption = 'Comparer les contenus'
  83.       TabOrder = 5
  84.       OnClick = EditChange
  85.     end
  86.     object SizeAloneEdit: TBCRadioButton
  87.       Left = 20
  88.       Top = 120
  89.       Width = 68
  90.       Height = 17
  91.       HelpContext = 3111
  92.       Caption = 'Taille uniquement'
  93.       Checked = True
  94.       TabOrder = 6
  95.       TabStop = True
  96.       OnClick = EditChange
  97.     end
  98.     object CRCEdit: TBCRadioButton
  99.       Left = 20
  100.       Top = 136
  101.       Width = 84
  102.       Height = 17
  103.       HelpContext = 3112
  104.       Caption = 'Taille et CRC'
  105.       TabOrder = 7
  106.       OnClick = EditChange
  107.     end
  108.     object BinaryEdit: TBCRadioButton
  109.       Left = 20
  110.       Top = 152
  111.       Width = 107
  112.       Height = 17
  113.       HelpContext = 3113
  114.       Caption = 'Comparaison binaire'
  115.       TabOrder = 8
  116.       OnClick = EditChange
  117.     end
  118.     object RulesBasedEdit: TBCRadioButton
  119.       Left = 20
  120.       Top = 168
  121.       Width = 136
  122.       Height = 17
  123.       HelpContext = 3114
  124.       Caption = 'Comparaison bas'#233'e sur des &r'#232'gles'
  125.       TabOrder = 9
  126.       OnClick = EditChange
  127.     end
  128.     object CheckTimestampEdit: TBCCheckBox
  129.       Left = 8
  130.       Top = 24
  131.       Width = 122
  132.       Height = 17
  133.       HelpContext = 3101
  134.       Caption = 'Comparer les Dates/Heures'
  135.       TabOrder = 0
  136.       OnClick = EditChange
  137.     end
  138.     object IgnoreDSTEdit: TBCCheckBox
  139.       Left = 20
  140.       Top = 72
  141.       Width = 31
  142.       Height = 17
  143.       HelpContext = 3103
  144.       Caption = '%'
  145.       TabOrder = 3
  146.       OnClick = EditChange
  147.     end
  148.     object CheckVersionEdit: TBCCheckBox
  149.       Left = 240
  150.       Top = 24
  151.       Width = 106
  152.       Height = 17
  153.       HelpContext = 3120
  154.       Caption = 'Comparer les versions'
  155.       TabOrder = 4
  156.       OnClick = EditChange
  157.     end
  158.     object TimeToleranceEdit: TEdit
  159.       Left = 20
  160.       Top = 44
  161.       Width = 45
  162.       Height = 21
  163.       HelpContext = 3102
  164.       TabOrder = 1
  165.       Text = '2'
  166.       OnChange = EditChange
  167.     end
  168.     object TimeToleranceSpin: TUpDown
  169.       Left = 65
  170.       Top = 44
  171.       Width = 16
  172.       Height = 21
  173.       HelpContext = 3102
  174.       Associate = TimeToleranceEdit
  175.       Max = 32767
  176.       Position = 2
  177.       TabOrder = 2
  178.       Thousands = False
  179.     end
  180.   end
  181. end
  182.